home *** CD-ROM | disk | FTP | other *** search
/ Mega Guia 2004 June / Mega Guia: 2004-06.iso / _files / free / pixresizer / setup.exe / install_script.iss
Text File  |  2000-04-16  |  3KB  |  65 lines

  1. ;InnoSetupVersion=4.1.8
  2.  
  3. [Setup]
  4. AppName=PIXresizer
  5. AppVerName=PIXresizer 1.0.7
  6. AppId=PIXresizer
  7. AppPublisher=Bluefive software
  8. AppPublisherURL=http://bluefive.pair.com/
  9. AppSupportURL=http://bluefive.pair.com/faq.htm
  10. AppUpdatesURL=http://bluefive.pair.com/updates.htm
  11. DefaultDirName={pf}\PIXresizer
  12. DefaultGroupName=PIXresizer
  13. OutputBaseFilename=setup
  14. Compression=lzma
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.txt
  17. InfoAfterFile=embedded\InfoAfter.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\PIXresizer.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\PIXresizer.jpg"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{sys}\ccrpfd6.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  26. Source: "{sys}\ccrpbds6.dll"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  27. Source: "{sys}\mbprgbar.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  28. Source: "{sys}\comct232.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  29. Source: "{sys}\comctl32.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  30. Source: "{sys}\comdlg32.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  31. Source: "{sys}\tabctl32.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  32. Source: "{sys}\threed32.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  33. Source: "{sys}\imageviewer2.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  34. Source: "{sys}\gdiplus.dll"; DestDir: "{sys}"; Flags: restartreplace sharedfile 
  35. Source: "{sys}\mfc42.dll"; DestDir: "{sys}"; Flags: restartreplace sharedfile 
  36. Source: "{sys}\msvcrt.dll"; DestDir: "{sys}"; Flags: restartreplace sharedfile 
  37. Source: "{app}\PIXresizer.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  38. Source: "{app}\PIXresizer.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  39.  
  40. [INI]
  41. FileName: "{app}\PIXresizer.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://bluefive.pair.com/"; 
  42.  
  43. [Run]
  44. Filename: "{app}\readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  45.  
  46. [Icons]
  47. Name: "{group}\PIXresizer"; Filename: "{app}\PIXresizer.exe"; WorkingDir: "{app}"; 
  48. Name: "{group}\PIXresizer readme"; Filename: "{app}\readme.txt"; 
  49. Name: "{group}\PIXresizer on the Web"; Filename: "{app}\PIXresizer.url"; 
  50. Name: "{group}\Uninstall PIXresizer"; Filename: "{uninstallexe}"; 
  51. Name: "{userdesktop}\PIXresizer"; Filename: "{app}\PIXresizer.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  52. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\PIXresizer"; Filename: "{app}\PIXresizer.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  53.  
  54. [Tasks]
  55. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  56. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  57.  
  58. [UninstallDelete]
  59. Type: files; Name: "{app}\PIXresizer.url"; 
  60.  
  61. [Languages]
  62. ; These files are stubs
  63. ; To achieve better results after recompilation, use the real language files
  64. Name: "default"; MessagesFile: "embedded\default.isl"; 
  65.